home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM14 / TFORM14.txt < prev   
Text File  |  1996-10-22  |  2KB  |  98 lines

  1. object Form14: TForm14
  2.   Left = 36
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Form'
  7.   ClientHeight = 132
  8.   ClientWidth = 360
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 24
  19.     Top = 8
  20.     Width = 329
  21.     Height = 89
  22.   end
  23.   object Label1: TLabel
  24.     Left = 32
  25.     Top = 24
  26.     Width = 33
  27.     Height = 13
  28.     Caption = 'Action:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 32
  32.     Top = 48
  33.     Width = 39
  34.     Height = 13
  35.     Caption = 'Method:'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 32
  39.     Top = 72
  40.     Width = 42
  41.     Height = 13
  42.     Caption = 'Enctype:'
  43.   end
  44.   object Image1: TImage
  45.     Left = 0
  46.     Top = 8
  47.     Width = 16
  48.     Height = 16
  49.     AutoSize = True
  50.     Picture.Data = {<image000.bmp>}
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 80
  54.     Top = 16
  55.     Width = 265
  56.     Height = 21
  57.     TabOrder = 0
  58.   end
  59.   object Button1: TButton
  60.     Left = 192
  61.     Top = 104
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Ok'
  65.     Default = True
  66.     TabOrder = 1
  67.     OnClick = Button1Click
  68.   end
  69.   object Button2: TButton
  70.     Left = 280
  71.     Top = 104
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     TabOrder = 2
  77.     OnClick = Button2Click
  78.   end
  79.   object ComboBox1: TComboBox
  80.     Left = 80
  81.     Top = 40
  82.     Width = 145
  83.     Height = 21
  84.     ItemHeight = 13
  85.     Items.Strings = (
  86.       'Post'
  87.       'Get')
  88.     TabOrder = 3
  89.   end
  90.   object Edit3: TEdit
  91.     Left = 80
  92.     Top = 64
  93.     Width = 265
  94.     Height = 21
  95.     TabOrder = 4
  96.   end
  97. end
  98.